Skip to content

Conversation

@midzer
Copy link

@midzer midzer commented Dec 21, 2021

Hi,

great library first of all! 👍

I've managed to get it running to replace redux, but I ran into syncing issues for async components.

After some deep digging I found out, that setTimeout(fn, 0) is evil and should be replaced by requestAnimationFrame(fn) which is way more predictable when it is executed.

For more info, check https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame

Have a nice week
midzer

@joelnet joelnet self-requested a review January 2, 2022 19:54
@joelnet joelnet self-assigned this Jan 2, 2022
@joelnet joelnet added the bug Something isn't working label Jan 2, 2022
@midzer
Copy link
Author

midzer commented May 27, 2022

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants